All Questions
1 question
4votes
1answer
2kviews
Unable to Use The K-Fold Validation Sklearn Python
I have an dataset. I am unable to use the K-Fold Validation. I am getting the error raised: ValueError("{0} is not supported".format(y_type)) ValueError: continuous is not supported . I do ...